技术博客

learn DRL

less than 1 minute read

Deep Reinforcement Learning 计划学习和掌握的内容, 每个算法主要是用tensorflow实践 策略梯度 actor-critic算法 a3c和a2c算法 ppo算法 资源 伯克利的Deep Reinforcement Learning课程 http:...

install scala and idea on ubuntu 16.04

less than 1 minute read

安装scala sudo apt-get install scala 用ubuntu-make安装idea 不推荐在ubuntu 16.04上直接用apt-get安装的ubuntu-make. 安装ubuntu-make sudo add-apt-repository ppa:ubuntu-deskto...

python pypiserver introduction

less than 1 minute read

python 软件包服务器pypiserver使用的简单说明 服务器端安装和使用说明 Installation. pip install pypiserver ## Or: pypiserver[passlib,watchdog] mkdir ~/packages ...

Http-method-and-restful-api

less than 1 minute read

Using HTTP Methods for RESTful Services HTTP Verb CRUD Entire Collection (e.g. /customers) Specific Item (e.g. /customers/{i...

docker quick guide

6 minute read

Docker quick guide quick reference Show images docker images Create container on background with name, mount local directory as volume, publish port ...

pypiserver tutorial

less than 1 minute read

安装pypiserver pip install pypiserver ## Or: pypiserver[passlib,watchdog] mkdir ~/packages ## Copy packages into this dire...